home *** CD-ROM | disk | FTP | other *** search
/ Great American Vacation Guide / Great American Vacation Guide.iso / module.015 / gvwerrms.wri < prev    next >
Text File  |  1993-11-20  |  7KB  |  168 lines

  1. If something out of the ordinary occurs you will want to contact us if it 
  2. is a program bug.  There are two files that can be used to help track bugs.
  3. they are:
  4.         logfile.log -- Tracks problems 
  5.         gvs\userdef\logfile.log -- Alternate log file
  6.  
  7.  
  8. Please contact us if you experience any strange problems.
  9.  
  10.  
  11. Database error codes you might get:
  12.  
  13.         Initialization Errors:
  14.                 Code    Explanation
  15.                 ====    ====================================================
  16.                  15     Multiple Paradox netfiles found
  17.                  98     Could not login on network
  18.                 134     Cannot share Paradox net file.  Is SHARE.EXE loaded?
  19.         
  20.         Hardware Errors:
  21.                 Code    Explanation
  22.                 ====    ====================================================
  23.                   1     Drive not ready.
  24.                 124     Disk is write protected
  25.                 126     General Hardware error.
  26.  
  27.         Directory Registration Errors:
  28.                 Code    Explanation
  29.                 ====    ====================================================
  30.                   2     Directory not found
  31.                  10     Sharing violation
  32.                  11     Sharing violation
  33.                  12     No access to directory
  34.                  14     Single user, but directory is shared
  35.  
  36.         File related errors:
  37.                 Code    Explanation
  38.                 ====    ====================================================
  39.                   3     File is busy
  40.                   4     File is locked
  41.                   5     Could not find file
  42.         
  43.         Table oriented errors:
  44.                 Code    Explanation
  45.                 ====    ====================================================
  46.                   6     Table is corrupted
  47.                  21     Insufficient password rights
  48.                  22     Table is write protected
  49.                  83     Unable to perform operation on open table
  50.                  92     Table too old to upgrade, or existing table header
  51.                         is too small
  52.                  93     Feature not available for pre-Paradox 4.0 tables
  53.                  94     Table is indexed
  54.                  95     Table is not indexed
  55.                 105     Operation on empty table
  56.                 118     Table is busy
  57.                 119     Table is locked
  58.                 120     Table was not found
  59.                 128     Table is full
  60.                 130     Table is SQL replica
  61.  
  62.         Index related errors
  63.                 Code    Explanation
  64.                 ====    ====================================================
  65.                   7     Primary index is corrupted
  66.                   8     Primary index is out of date
  67.                  13     Sort for index different from table
  68.                 125     Record too big
  69.  
  70.         Record related errors
  71.                 Code    Explanation
  72.                 ====    ====================================================
  73.                   9     Record is locked
  74.                  50     Another user deleted record
  75.                  89     Record was not found
  76.                  97     Key violation
  77.                 101     End of table
  78.                 102     Start of table
  79.  
  80.         Windows Engine DLL errors
  81.                 Code    Explanation
  82.                 ====    ====================================================
  83.                 131     Exceeded number of users able to access Paradox 
  84.                         Engine 3.1
  85.                 132     Exceeded the configuration limitations
  86.                 133     File handle error
  87.                 
  88.         Resource errors
  89.                 Code    Explanation
  90.                 ====    ====================================================
  91.                  40     Not enough memory to complete operation
  92.                  41     Not enough disk space to complete operation
  93.                  70     No more file handles available
  94.                  72     No more table handles available
  95.                  86     No more temporary names available
  96.                 103     No more record handles available
  97.                 111     Too many locks on table
  98.                 115     Too many passwords specified
  99.                 127     Not enough stack space to complete the operation
  100.                 129     Not enough swap buffer space to complete operation
  101.  
  102.         Function parameter errors
  103.                 Code    Explanation
  104.                 ====    ====================================================
  105.                  30     Data type mismatch
  106.                  31     Argument out of range
  107.                  33     Invalid argument
  108.                  73     Invalid date given
  109.                  74     Invalid field name
  110.                  75     Invalid field handle
  111.                  76     Invalid table handle
  112.                  79     Prior fatal error, cannot proceed
  113.                  81     Table structures are different
  114.                  99     Invalid table name (.DB file)
  115.                 104     Invalid record handle
  116.                 106     Invalid lock code
  117.                 108     Invalid file name
  118.                 109     Invalid unlock
  119.                 110     Invalid lock handle
  120.                 112     Invalid sort order table
  121.                 113     Invalid net type (PXNetInit)
  122.                 114     Invalid directory name
  123.                 117     Buffer too small for result
  124.  
  125.         BLOB errors
  126.                 Code    Explanation
  127.                 ====    ====================================================
  128.                  51     Invalid operation for this BLOB open mode
  129.                  52     BLOB already open
  130.                  53     Invalid offset into BLOB
  131.                  54     Invalid size for BLOB
  132.                  55     Another user modified BLOB
  133.                  56     Blob file corrupted
  134.                  57     Cannot index on a BLOB
  135.                  59     Invalid BLOB handle
  136.                  60     Cannot search on a BLOB field
  137.  
  138.         Lock related errors
  139.                 Code    Explanation
  140.                 ====    ====================================================
  141.                  16     Directory is in use by Paradox 3.5 or Paradox Engine
  142.                         2.0
  143.                 137     Timed out trying to lock
  144.  
  145.         Framework errors
  146.                 Code    Explanation
  147.                 ====    ====================================================
  148.                 400     Invalid Engine Type
  149.                 401     Engine already open
  150.                 402     Engine not open
  151.                 403     Database already open
  152.                 404     Database not open
  153.                 405     Cursor already open
  154.                 406     Cursor not open
  155.                 407     Record already attached to cursor
  156.                 408     No record attached to cursor
  157.                 409     Invalid field type
  158.                 410     Invalid current record
  159.                 411     Tables differ
  160.                 412     Invalid key count
  161.                 413     No key map
  162.                 414     Cannot clearNull on generic record
  163.                 415     Data conversion of a field's value failed
  164.                 416     BLOB not open.
  165.  
  166.  
  167.  
  168.